home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 016 / setcolor.arc / SETCOLOR.DOC next >
Encoding:
Text File  |  1984-01-31  |  896 b   |  25 lines

  1.  
  2. SETCOLOR        Allows screen colors to be set from DOS.
  3.  
  4.  
  5. USAGE           SETCOLOR [foreground #] [background #] [border #]
  6.  
  7.         foreground #    Desired color number (0-31) for foreground text
  8.                 default - 7 (white)
  9.  
  10.         background #    Desired color number (0-7) for background
  11.                 default - 0 (black)
  12.  
  13.         border #        Desired color number (0-15) for border
  14.                 default - same color as background 
  15.  
  16.  
  17. COLORS          0    black        8   grey            16   blinking black
  18.         1    blue         9   light blue      17   blinking blue
  19.         2    green       10   light green      .        .
  20.         3    cyan        11   light cyan       .        .
  21.         4    red         12   light red        .        .
  22.         5    magenta     13   light magenta    .        .
  23.         6    brown       14   yellow           .        .
  24.         7    white       15   bright white    31   blinking br. white
  25.